home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / interinstall / empirenet.iimod < prev    next >
Text File  |  1995-08-25  |  873b  |  35 lines

  1. #MODULE FOR iNTERiNSTALL 1.51 -  EmpireNet (empirenet.com)
  2. # Submitted by Thomas Barker (72027.3476@compuserve.com)
  3. #
  4. ECHO OFF
  5. TIMEOUT 3600    ; Set maximum wait time (in ticks)
  6. REDIAL "BUSY"   ; Redial on busy signal
  7. DELAY 100
  8. SEND ""
  9. DELAY 50
  10. ;INSTALL Enter the modem initialization command
  11. SEND "$RESPONSE"     ; Initialize the modem
  12. DELAY 20
  13. WAIT "K"        ; Wait for the OK
  14. ;INSTALL Enter the telephone number for EmpireNet
  15. SEND "ATDT$RESPONSE" ; Dial
  16. DELAY 20
  17. WAIT "CT"       ; Wait for connect
  18. DELAY 50
  19. SEND ""         ; Send a CR-LF
  20. DELAY 20
  21. WAIT "ogin:"        ; Wait for Name:
  22. ;INSTALL Enter your user name (lower case)
  23. SEND "$RESPONSE" ; Send your User ID
  24. DELAY 20
  25. WAIT "d:"         ; Wait for Password:
  26. ;INSTALL Enter your password
  27. SEND "$RESPONSE" ; Send your password
  28. DELAY 50
  29. #END
  30.  
  31. ; Domain names
  32. DOMAIN empirenet.com
  33. ; Name servers
  34. NAMESERVER 205.164.88.1
  35.